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

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_191'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_157'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_158> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_194'^^xsd:string;
  dwc:scientificName 'Glenodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_158'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_159> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_192'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_159'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_160> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_193'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_160'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_161> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_195'^^xsd:string;
  dwc:scientificName 'Peridinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_161'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_162> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_196'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_162'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_448> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_389'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_448'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_449> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_409'^^xsd:string;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_449'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_450> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_410'^^xsd:string;
  dwc:scientificName 'Distephanus speculum var. octonarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '696541'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_450'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '375970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_451> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_390'^^xsd:string;
  dwc:scientificName 'Eucampia balaustium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573464'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_451'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573464'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_452> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_391'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_452'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_453> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_392'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_453'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_423> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_373'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_423'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_424> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_363'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_424'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_425> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_365'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_425'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_426> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_366'^^xsd:string;
  dwc:scientificName 'Nitzschia barkleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573504'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_426'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_427> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_364'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_427'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_428> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_374'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_428'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_429> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_367'^^xsd:string;
  dwc:scientificName 'Rhizosolenia alata f. inermis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '694653'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_429'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '694653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_430> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_368'^^xsd:string;
  dwc:scientificName 'Rhizosolenia shrubsolei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149165'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_430'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_431> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_369'^^xsd:string;
  dwc:scientificName 'Thalassiosira antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149099'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_431'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_432> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_370'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_432'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_433> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_371'^^xsd:string;
  dwc:scientificName 'Thalassiosira rotula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '148942'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_433'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_434> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_372'^^xsd:string;
  dwc:scientificName 'Tropidoneis belgicae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573677'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_434'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_435> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_376'^^xsd:string;
  dwc:scientificName 'Amphiprora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149140'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_435'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149140'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_436> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_377'^^xsd:string;
  dwc:scientificName 'Asteromphalus hyalinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '254442'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_436'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '254442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_437> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_378'^^xsd:string;
  dwc:scientificName 'Biddulphia striolata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '627710'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_437'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '627710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_438> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_379'^^xsd:string;
  dwc:scientificName 'Chaetoceros atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149288'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_438'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_439> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_385'^^xsd:string;
  dwc:scientificName 'Chaetoceros criophilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_439'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_440> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_380'^^xsd:string;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_440'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_441> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_381'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_441'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_442> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_382'^^xsd:string;
  dwc:scientificName 'Chaetoceros diversus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '157431'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_442'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '157431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_443> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_386'^^xsd:string;
  dwc:scientificName 'Chaetoceros neglectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341479'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_443'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_444> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_384'^^xsd:string;
  dwc:scientificName 'Chaetoceros schimperianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666426'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_444'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '666426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_445> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_383'^^xsd:string;
  dwc:scientificName 'Chaetoceros tortissimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '163161'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_445'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '163161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_446> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_387'^^xsd:string;
  dwc:scientificName 'Corethron criophilum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149110'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_446'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_447> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_388'^^xsd:string;
  dwc:scientificName 'Coscinodiscus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_447'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_484> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_424'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_484'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_485> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_425'^^xsd:string;
  dwc:scientificName 'Fragilariopsis cylindrus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '172418'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_485'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '172418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_486> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_426'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_486'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_487> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_427'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_487'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_488> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_436'^^xsd:string;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_488'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_454> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_393'^^xsd:string;
  dwc:scientificName 'Fragilariopsis cylindrus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '172418'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_454'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '172418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_455> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_394'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_455'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_456> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_395'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_456'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_457> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_397'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_457'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_458> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_396'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_458'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_459> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_398'^^xsd:string;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_459'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_460> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_408'^^xsd:string;
  dwc:scientificName 'Peridinium elegans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '578130'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_460'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '233357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_461> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_411'^^xsd:string;
  dwc:scientificName 'Phaeocystis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341585'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_461'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_462> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_399'^^xsd:string;
  dwc:scientificName 'Rhizosolenia alata f. inermis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '694653'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_462'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '694653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_463> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_402'^^xsd:string;
  dwc:scientificName 'Rhizosolenia chunii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341502'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_463'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341502'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_464> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_400'^^xsd:string;
  dwc:scientificName 'Rhizosolenia hebetata f. semispina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149071'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_464'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '163348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_465> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_401'^^xsd:string;
  dwc:scientificName 'Rhizosolenia shrubsolei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149165'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_465'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_466> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_403'^^xsd:string;
  dwc:scientificName 'Rhizosolenia truncata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573590'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_466'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_467> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_404'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_467'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_468> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_405'^^xsd:string;
  dwc:scientificName 'Thalassiothrix antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341540'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_468'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_469> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_406'^^xsd:string;
  dwc:scientificName 'Tropidoneis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149518'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_469'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149518'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_470> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_407'^^xsd:string;
  dwc:scientificName 'Tropidoneis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573676'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_470'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_471> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_412'^^xsd:string;
  dwc:scientificName 'Asteromphalus parvulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '254443'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_471'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '254443'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_472> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_416'^^xsd:string;
  dwc:scientificName 'Chaetoceros criophilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_472'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_473> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_413'^^xsd:string;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_473'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_474> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_414'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_474'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_475> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_417'^^xsd:string;
  dwc:scientificName 'Chaetoceros neglectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341479'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_475'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_476> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_415'^^xsd:string;
  dwc:scientificName 'Chaetoceros schimperianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666426'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_476'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '666426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_477> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_418'^^xsd:string;
  dwc:scientificName 'Corethron criophilum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149110'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_477'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_478> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_419'^^xsd:string;
  dwc:scientificName 'Coscinodiscus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_478'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_479> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_420'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_479'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_480> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_421'^^xsd:string;
  dwc:scientificName 'Diploneis notabilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179942'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_480'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '984148'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_481> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_440'^^xsd:string;
  dwc:scientificName 'Distephanus speculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '160555'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_481'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '1310442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_482> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_422'^^xsd:string;
  dwc:scientificName 'Eucampia balaustium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573464'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_482'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573464'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_483> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_423'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_483'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_342> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_72'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_342'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_343> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_74'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_343'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_344> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_73'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_344'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_345> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_75'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_345'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_346> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_76'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_346'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_347> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_77'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_347'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_104'^^xsd:string;
  dwc:scientificName 'Gyrodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_366'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_367> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_101'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_367'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_368> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_102'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_368'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_369> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_103'^^xsd:string;
  dwc:scientificName 'Rhizosolenia truncata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573590'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_369'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_370> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_106'^^xsd:string;
  dwc:scientificName 'Asteromphalus heptactis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '162258'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_370'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '162258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_371> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_107'^^xsd:string;
  dwc:scientificName 'Chaetoceros criophilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_371'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_378> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_264'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_378'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_379> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_265'^^xsd:string;
  dwc:scientificName 'Corethron criophilum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149110'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_379'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_380> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_266'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_380'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_381> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_267'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_381'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_382> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_268'^^xsd:string;
  dwc:scientificName 'Fragilariopsis cylindrus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '172418'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_382'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '172418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_269'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_383'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_348> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_78'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_348'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_349> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_79'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_349'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_350> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_80'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_350'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_351> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_81'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_351'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_352> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_82'^^xsd:string;
  dwc:scientificName 'Corethron criophilum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149110'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_352'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_353> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_88'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_353'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_354> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_92'^^xsd:string;
  dwc:scientificName 'Coccolithus pelagicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178600'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_354'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_355> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_90'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_355'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_356> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_91'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_356'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_357> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_99'^^xsd:string;
  dwc:scientificName 'Coccolithus pelagicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178600'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_357'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_358> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_93'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_358'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_359> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_94'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_359'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_360> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_98'^^xsd:string;
  dwc:scientificName 'Gymnodinium wulffii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_360'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_96'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_361'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_362> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_95'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_362'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_363> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_97'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_363'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_364> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_105'^^xsd:string;
  dwc:scientificName 'Distephanus speculum var. octonarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '696541'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_364'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '375970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_365> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_100'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_365'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_340> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_70'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_340'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_341> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_71'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_341'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_372> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_257'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_372'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_373> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_258'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_373'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_374> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_259'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_374'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_375> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_261'^^xsd:string;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_375'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_376> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_260'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_376'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_377> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_263'^^xsd:string;
  dwc:scientificName 'Asteromphalus hyalinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '254442'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_377'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '254442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_337> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_66'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_337'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_338> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_69'^^xsd:string;
  dwc:scientificName 'Peridinium defectum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666558'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_338'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '233388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_339> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_68'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_339'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_277> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_15'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_277'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_278> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_17'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_278'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_279> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_16'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_279'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_18'^^xsd:string;
  dwc:scientificName 'Rhizosolenia alata f. inermis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '694653'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_280'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '694653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_281> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_316'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_281'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_282> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_317'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_282'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_289> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_323'^^xsd:string;
  dwc:scientificName 'Thalassiosira antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149099'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_289'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_290> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_324'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_290'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_291> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_326'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_291'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_292> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_327'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_292'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_293> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_328'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_293'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_294> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_329'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_294'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_295> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_330'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_295'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_296> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_331'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_296'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_297> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_332'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_297'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_298> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_333'^^xsd:string;
  dwc:scientificName 'Rhizosolenia alata f. inermis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '694653'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_298'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '694653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_299> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_27'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_299'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_300> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_29'^^xsd:string;
  dwc:scientificName 'Rhizosolenia alata f. inermis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '694653'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_300'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '694653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_301> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_30'^^xsd:string;
  dwc:scientificName 'Thalassiosira antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149099'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_301'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_302> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_34'^^xsd:string;
  dwc:scientificName 'Chaetoceros criophilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_302'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_303> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_32'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_303'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_304> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_33'^^xsd:string;
  dwc:scientificName 'Chaetoceros diversus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '157431'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_304'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '157431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_305> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_35'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_305'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_306> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_36'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_306'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_307> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_37'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_307'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_308> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_38'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_308'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_309> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_40'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_309'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_310> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_39'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_310'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_311> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_44'^^xsd:string;
  dwc:scientificName 'Peridinium defectum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666558'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_311'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '233388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_312> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_41'^^xsd:string;
  dwc:scientificName 'Rhizosolenia alata f. inermis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '694653'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_312'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '694653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_313> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_42'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_313'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_314> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_43'^^xsd:string;
  dwc:scientificName 'Tropidoneis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573676'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_314'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_315> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_45'^^xsd:string;
  dwc:scientificName 'Asteromphalus hyalinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '254442'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_315'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '254442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_316> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_46'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_316'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_317> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_47'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_317'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_318> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_58'^^xsd:string;
  dwc:scientificName 'Distephanus speculum var. octonarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '696541'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_318'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '375970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_319> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_48'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_319'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_320> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_49'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_320'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_321> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_50'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_321'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_322> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_56'^^xsd:string;
  dwc:scientificName 'Gymnodinium wulffii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_322'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_323> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_52'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_323'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_324> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_51'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_324'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_331> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_61'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_331'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_332> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_62'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_332'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_333> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_63'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_333'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_334> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_64'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_334'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_335> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_65'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_335'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_336> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_67'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_336'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_257> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_355'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_257'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_356'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_258'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_259> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_357'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_259'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_260> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_358'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_260'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_261> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_6'^^xsd:string;
  dwc:scientificName 'Gymnodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_261'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_262> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_7'^^xsd:string;
  dwc:scientificName 'Gyrodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_262'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_263> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_359'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_263'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_264> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_2'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_264'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_1'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_265'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_266> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_4'^^xsd:string;
  dwc:scientificName 'Thalassiosira dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_266'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_267> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_3'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_267'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_268> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_5'^^xsd:string;
  dwc:scientificName 'Tropidoneis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573676'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_268'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_269> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_8'^^xsd:string;
  dwc:scientificName 'Asteromphalus hyalinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '254442'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_269'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '254442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_270> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_9'^^xsd:string;
  dwc:scientificName 'Chaetoceros'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_270'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_271> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_10'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_271'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_272> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_11'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_272'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_273> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_21'^^xsd:string;
  dwc:scientificName 'Exuviaella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_273'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_274> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_12'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_274'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_275> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_13'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_275'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_276> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_14'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_276'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_283> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_318'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_283'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_319'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_284'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_320'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_285'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_286> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_325'^^xsd:string;
  dwc:scientificName 'Gyrodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_286'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_287> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_321'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_287'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_288> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_322'^^xsd:string;
  dwc:scientificName 'Rhizosolenia alata f. inermis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '694653'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_288'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '694653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_325> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_57'^^xsd:string;
  dwc:scientificName 'Peridinium defectum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666558'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_325'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '233388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_326> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_53'^^xsd:string;
  dwc:scientificName 'Rhizosolenia alata f. inermis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '694653'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_326'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '694653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_327> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_54'^^xsd:string;
  dwc:scientificName 'Thalassiosira antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149099'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_327'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_328> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_55'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_328'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_329> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_59'^^xsd:string;
  dwc:scientificName 'Chaetoceros criophilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_329'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_330> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_60'^^xsd:string;
  dwc:scientificName 'Coscinodiscus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_330'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_160'^^xsd:string;
  dwc:scientificName 'Corethron criophilum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149110'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_121'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_161'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_122'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_162'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_123'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_163'^^xsd:string;
  dwc:scientificName 'Fragilariopsis cylindrus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '172418'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_124'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '172418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_164'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_125'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_165'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_126'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_240> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_338'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_240'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_241> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_339'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_241'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_242> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_340'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_242'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_243> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_341'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_243'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_244> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_342'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_244'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_245> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_343'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_245'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_246> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_344'^^xsd:string;
  dwc:scientificName 'Navicula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_246'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_247> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_345'^^xsd:string;
  dwc:scientificName 'Navicula directa var. oceanica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '679228'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_247'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '679228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_248> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_347'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_248'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_249> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_346'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_249'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_250> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_351'^^xsd:string;
  dwc:scientificName 'Peridinium defectum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666558'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_250'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '233388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_348'^^xsd:string;
  dwc:scientificName 'Rhizosolenia alata f. inermis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '694653'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_251'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '694653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_204> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_213'^^xsd:string;
  dwc:scientificName 'Chaetoceros'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '148985'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_204'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '148985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_205> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_214'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_205'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_206> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_215'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_206'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_207> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_216'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_207'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_208> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_217'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_208'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_209> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_218'^^xsd:string;
  dwc:scientificName 'Skeletonema costatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149074'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_209'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149074'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_210> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_223'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_210'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_211> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_224'^^xsd:string;
  dwc:scientificName 'Chaetoceros neglectus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341479'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_211'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341479'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_212> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_225'^^xsd:string;
  dwc:scientificName 'Coscinodiscus inflatus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666474'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_212'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '666474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_213> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_226'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_213'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_214> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_237'^^xsd:string;
  dwc:scientificName 'Distephanus speculum var. octonarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '696541'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_214'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '375970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_215> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_236'^^xsd:string;
  dwc:scientificName 'Exuviaella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '160577'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_215'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '109566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_216> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_227'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_216'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_217> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_228'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_217'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_218> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_229'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_218'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_219> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_231'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_219'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_220> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_238'^^xsd:string;
  dwc:scientificName 'Chaetoceros diversus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '157431'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_220'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '157431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_221> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_239'^^xsd:string;
  dwc:scientificName 'Corethron criophilum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149110'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_221'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_222> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_240'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_222'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_223> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_250'^^xsd:string;
  dwc:scientificName 'Distephanus speculum var. octonarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '696541'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_223'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '375970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_224> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_241'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_224'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_225> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_242'^^xsd:string;
  dwc:scientificName 'Fragilariopsis cylindrus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '172418'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_225'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '172418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_226> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_243'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_226'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_227> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_248'^^xsd:string;
  dwc:scientificName 'Gyrodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_227'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_228> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_244'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_228'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_229> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_245'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_229'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_230> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_83'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_230'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_231> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_84'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_231'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_232> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_89'^^xsd:string;
  dwc:scientificName 'Glenodinium paululum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '110149'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_232'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '110149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_233> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_85'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_233'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_252> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_349'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_252'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_253> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_350'^^xsd:string;
  dwc:scientificName 'Thalassiosira nana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149256'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_253'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_254> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_353'^^xsd:string;
  dwc:scientificName 'Chaetoceros criophilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_254'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_255> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_352'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_255'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_256> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_354'^^xsd:string;
  dwc:scientificName 'Corethron criophilum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149110'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_256'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_174> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_208'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_174'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_175> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_310'^^xsd:string;
  dwc:scientificName 'Chaetoceros flexuosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341476'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_175'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_176> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_311'^^xsd:string;
  dwc:scientificName 'Corethron criophilum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149110'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_176'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_177> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_312'^^xsd:string;
  dwc:scientificName 'Coscinodiscus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_177'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_178> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_313'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_178'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_179> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_375'^^xsd:string;
  dwc:scientificName 'Distephanus speculum var. octonarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '696541'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_179'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '375970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_180> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_314'^^xsd:string;
  dwc:scientificName 'Eucampia balaustium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573464'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_180'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573464'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_181> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_232'^^xsd:string;
  dwc:scientificName 'Nitzschia barkleyi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573504'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_181'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_182> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_230'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_182'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_183> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_233'^^xsd:string;
  dwc:scientificName 'Rhizosolenia alata f. inermis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '694653'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_183'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '694653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_184> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_234'^^xsd:string;
  dwc:scientificName 'Rhizosolenia truncata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573590'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_184'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_185> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_235'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_185'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_186> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_219'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_186'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_187> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_220'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_187'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_188> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_221'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_188'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_189> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_222'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_189'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_190> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_249'^^xsd:string;
  dwc:scientificName 'Peridinium defectum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666558'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_190'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '233388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_191> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_246'^^xsd:string;
  dwc:scientificName 'Rhizosolenia shrubsolei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149165'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_191'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_192> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_247'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_192'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_193> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_251'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_193'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_194> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_252'^^xsd:string;
  dwc:scientificName 'Chaetoceros diversus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '157431'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_194'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '157431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_195> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_253'^^xsd:string;
  dwc:scientificName 'Corethron criophilum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149110'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_195'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_196> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_254'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_196'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_197> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_262'^^xsd:string;
  dwc:scientificName 'Distephanus speculum var. octonarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '696541'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_197'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '375970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_198> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_255'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_198'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_199> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_256'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_199'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_200> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_209'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_200'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_201> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_210'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_201'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_202> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_212'^^xsd:string;
  dwc:scientificName 'Peridinium defectum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666558'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_202'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '233388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_203> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_211'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_203'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_234> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_86'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_234'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_235> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_87'^^xsd:string;
  dwc:scientificName 'Rhizosolenia truncata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573590'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_235'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_236> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_334'^^xsd:string;
  dwc:scientificName 'Thalassiosira antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149099'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_236'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_237> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_335'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_237'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_238> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_336'^^xsd:string;
  dwc:scientificName 'Asteromphalus heptactis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '162258'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_238'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '162258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_239> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_337'^^xsd:string;
  dwc:scientificName 'Chaetoceros atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149288'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_239'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_167'^^xsd:string;
  dwc:scientificName 'Peridinium defectum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666558'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_127'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '233388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_166'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_128'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_168'^^xsd:string;
  dwc:scientificName 'Chaetoceros criophilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_129'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_169'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_130'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_26'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_131'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_28'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_132'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_481'^^xsd:string;
  dwc:scientificName 'Thalassiosira antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149099'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_133'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_482'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_134'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_483'^^xsd:string;
  dwc:scientificName 'Thalassiothrix antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341540'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_135'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_484'^^xsd:string;
  dwc:scientificName 'Tropidoneis belgicae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573677'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_136'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_170'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_137'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_171'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_138'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_179'^^xsd:string;
  dwc:scientificName 'Glenodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109538'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_139'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '109538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_173'^^xsd:string;
  dwc:scientificName 'Navicula antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_140'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_172'^^xsd:string;
  dwc:scientificName 'Navicula halophila'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149422'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_141'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '163909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_175'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_142'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_180'^^xsd:string;
  dwc:scientificName 'Peridinium minusculum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '233476'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_143'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '233476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_176'^^xsd:string;
  dwc:scientificName 'Schimperiella antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666464'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_144'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341518'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_177'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_145'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_178'^^xsd:string;
  dwc:scientificName 'Thalassiosira nana'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149256'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_146'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_147> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_181'^^xsd:string;
  dwc:scientificName 'Corethron criophilum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149110'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_147'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_182'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_148'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_149> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_183'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_149'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_150> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_184'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_150'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_151> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_185'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_151'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_186'^^xsd:string;
  dwc:scientificName 'Thalassiosira antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149099'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_152'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_153> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_187'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_153'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_154> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_188'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_154'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_155> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_189'^^xsd:string;
  dwc:scientificName 'Coscinodiscus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_155'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_156> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_190'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_156'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_163> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_197'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_163'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_164> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_198'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_164'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_165> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_199'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_165'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_166> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_200'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_166'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_167> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_201'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_167'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_168> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_202'^^xsd:string;
  dwc:scientificName 'Thalassiothrix antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341540'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_168'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_169> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_203'^^xsd:string;
  dwc:scientificName 'Chaetoceros diversus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '157431'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_169'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '157431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_170> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_204'^^xsd:string;
  dwc:scientificName 'Cocconeis distans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '156538'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_170'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '156538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_171> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_205'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_171'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_172> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_206'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_172'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_173> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "31" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_207'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_173'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_113'^^xsd:string;
  dwc:scientificName 'Rhizosolenia hebetata f. semispina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149071'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_67'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '163348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_114'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_68'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_121'^^xsd:string;
  dwc:scientificName 'Chaetoceros criophilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_69'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_120'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_70'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_122'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_71'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_123'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_72'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_124'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_73'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_126'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_74'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_125'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_75'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_127'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_76'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_128'^^xsd:string;
  dwc:scientificName 'Chaetoceros criophilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_77'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_129'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_78'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_289'^^xsd:string;
  dwc:scientificName 'Amphidinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109473'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_103'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '109473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_273'^^xsd:string;
  dwc:scientificName 'Asteromphalus heptactis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '162258'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_104'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '162258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_274'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_105'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_275'^^xsd:string;
  dwc:scientificName 'Corethron criophilum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149110'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_106'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_146'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_107'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_147'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_108'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_148'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_109'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_152'^^xsd:string;
  dwc:scientificName 'Gyrodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_110'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_149'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_111'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_153'^^xsd:string;
  dwc:scientificName 'Peridinium defectum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666558'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_112'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '233388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_150'^^xsd:string;
  dwc:scientificName 'Rhizosolenia truncata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573590'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_113'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_151'^^xsd:string;
  dwc:scientificName 'Thalassiosira antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149099'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_114'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_154'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_115'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_155'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_116'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_156'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_117'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_157'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_118'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_159'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_119'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_158'^^xsd:string;
  dwc:scientificName 'Thalassiothrix'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '157081'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_120'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '157081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_134'^^xsd:string;
  dwc:scientificName 'Rhizosolenia alata f. inermis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '694653'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_84'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '694653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_135'^^xsd:string;
  dwc:scientificName 'Rhizosolenia hebetata f. semispina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149071'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_85'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '163348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_141'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_90'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_142'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_91'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_145'^^xsd:string;
  dwc:scientificName 'Gymnodinium wulffii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_92'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_143'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_93'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_144'^^xsd:string;
  dwc:scientificName 'Thalassiothrix antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341540'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_94'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_19'^^xsd:string;
  dwc:scientificName 'Thalassiosira antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149099'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_95'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '149099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_31'^^xsd:string;
  dwc:scientificName 'Coccolithus pelagicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178600'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_100'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_25'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_101'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_272'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_102'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_437'^^xsd:string;
  dwc:scientificName 'Gyrodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_1'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_428'^^xsd:string;
  dwc:scientificName 'Navicula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149142'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_2'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_429'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_3'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_431'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_4'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_430'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_5'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_438'^^xsd:string;
  dwc:scientificName 'Peridinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109549'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_6'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '109549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_439'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_7'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_444'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_8'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_445'^^xsd:string;
  dwc:scientificName 'Chaetoceros diversus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '157431'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_9'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '157431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_447'^^xsd:string;
  dwc:scientificName 'Chaetoceros schimperianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666426'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_10'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '666426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_446'^^xsd:string;
  dwc:scientificName 'Chaetoceros tortissimus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '163161'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_11'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '163161'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_449'^^xsd:string;
  dwc:scientificName 'Corethron criophilum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149110'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_12'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_450'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_13'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_451'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_14'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_452'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_15'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_474'^^xsd:string;
  dwc:scientificName 'Fragilariopsis cylindrus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '172418'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_28'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '172418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_475'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_29'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_485'^^xsd:string;
  dwc:scientificName 'Gymnodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109475'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_30'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '109475'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_486'^^xsd:string;
  dwc:scientificName 'Gymnodinium wulffii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_31'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_487'^^xsd:string;
  dwc:scientificName 'Gyrodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_32'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_476'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_33'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_136'^^xsd:string;
  dwc:scientificName 'Rhizosolenia shrubsolei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149165'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_86'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_137'^^xsd:string;
  dwc:scientificName 'Rhizosolenia truncata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573590'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_87'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_138'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_88'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_130'^^xsd:string;
  dwc:scientificName 'Fragilariopsis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149313'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_79'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149313'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_131'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_80'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_140'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_89'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_453'^^xsd:string;
  dwc:scientificName 'Fragilariopsis cylindrus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '172418'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_16'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '172418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_454'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_17'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_455'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_18'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_457'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_19'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_466'^^xsd:string;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_20'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_467'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_21'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_23'^^xsd:string;
  dwc:scientificName 'Chaetoceros schimperianus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666426'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_99'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '666426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_139'^^xsd:string;
  dwc:scientificName 'Gyrodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_82'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_480'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_34'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_477'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_35'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_478'^^xsd:string;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_36'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_479'^^xsd:string;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_37'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_488'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_38'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_432'^^xsd:string;
  dwc:scientificName 'Rhizosolenia shrubsolei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149165'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_39'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_433'^^xsd:string;
  dwc:scientificName 'Synedra tabulata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149371'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_40'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '157061'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_435'^^xsd:string;
  dwc:scientificName 'Thalassiosira dubia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_41'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_434'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_42'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_441'^^xsd:string;
  dwc:scientificName 'Amphiprora'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149140'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_43'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149140'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_442'^^xsd:string;
  dwc:scientificName 'Chaetoceros atlanticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149288'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_44'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149288'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_448'^^xsd:string;
  dwc:scientificName 'Chaetoceros criophilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_45'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_443'^^xsd:string;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_46'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_456'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_47'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_458'^^xsd:string;
  dwc:scientificName 'Rhizosolenia shrubsolei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149165'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_48'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149165'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_459'^^xsd:string;
  dwc:scientificName 'Rhizosolenia truncata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573590'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_49'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_460'^^xsd:string;
  dwc:scientificName 'Thalassiosira antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149099'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_50'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_461'^^xsd:string;
  dwc:scientificName 'Thalassiosira hyalina'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149100'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_51'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149100'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_462'^^xsd:string;
  dwc:scientificName 'Tropidoneis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573676'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_52'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_463'^^xsd:string;
  dwc:scientificName 'Amphiprora gigantea'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '160516'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_53'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '160516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_464'^^xsd:string;
  dwc:scientificName 'Asteromphalus heptactis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '162258'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_54'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '162258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_465'^^xsd:string;
  dwc:scientificName 'Asteromphalus parvulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '254443'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_55'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '254443'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_174'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_56'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_108'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_57'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_109'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_58'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_110'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_59'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_115'^^xsd:string;
  dwc:scientificName 'Glenodinium pilula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '571649'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_60'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '571649'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_116'^^xsd:string;
  dwc:scientificName 'Gymnodinium wulffii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '576265'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_61'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '576265'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_117'^^xsd:string;
  dwc:scientificName 'Gyrodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109476'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_62'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '109476'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_118'^^xsd:string;
  dwc:scientificName 'Gyrodinium lachryma'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '109859'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_63'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '109859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_112'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_64'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_111'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_65'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_119'^^xsd:string;
  dwc:scientificName 'Peridinium defectum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666558'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_66'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '233388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_468'^^xsd:string;
  dwc:scientificName 'Chaetoceros diversus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '157431'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_22'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '157431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_469'^^xsd:string;
  dwc:scientificName 'Corethron criophilum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149110'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_23'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_470'^^xsd:string;
  dwc:scientificName 'Coscinodiscus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '148917'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_24'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '148917'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_471'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_25'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_472'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_26'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_473'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_27'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_132'^^xsd:string;
  dwc:scientificName 'Fragilariopsis cylindrus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '172418'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_81'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '172418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-68 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-68"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "26" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_20'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-68'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_96'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_22'^^xsd:string;
  dwc:scientificName 'Asteromphalus hyalinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '254442'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_97'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '254442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-67.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-67.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "27" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_24'^^xsd:string;
  dwc:scientificName 'Chaetoceros criophilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '27'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-67.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_98'^^xsd:string;
  dwc:observationDate '1990-01-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_384> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_270'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_384'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_385> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_271'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_385'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_386> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_276'^^xsd:string;
  dwc:scientificName 'Dactyliosolen antarcticus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '179785'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_386'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '179785'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_387> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_277'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_387'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_388> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_278'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_388'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_389> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_279'^^xsd:string;
  dwc:scientificName 'Fragilariopsis cylindrus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '172418'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_389'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '172418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_390> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_280'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_390'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_391> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_290'^^xsd:string;
  dwc:scientificName 'Glenodinium lenticula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '163828'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_391'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '110001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_392> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_281'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_392'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_393> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_285'^^xsd:string;
  dwc:scientificName 'Nitzschia antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '666526'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_393'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '666526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_394> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_282'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_394'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_395> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_283'^^xsd:string;
  dwc:scientificName 'Nitzschia longissima'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149150'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_395'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_396> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_284'^^xsd:string;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_396'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_397> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_291'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_397'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_398> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_286'^^xsd:string;
  dwc:scientificName 'Rhizosolenia alata f. inermis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '694653'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_398'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '694653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '260'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_399> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_287'^^xsd:string;
  dwc:scientificName 'Rhizosolenia truncata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573590'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_399'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_400> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "50"^^xsd:integer ;
  dwc:maximumDepthInMeters "50"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_288'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_400'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_401> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_292'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_401'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_402> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_303'^^xsd:string;
  dwc:scientificName 'Distephanus speculum var. octonarius'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '696541'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_402'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '375970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_403> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_293'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_403'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_404> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_294'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_404'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_405> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_295'^^xsd:string;
  dwc:scientificName 'Fragilariopsis cylindrus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '172418'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_405'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '172418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_406> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_296'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_406'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_407> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_297'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_407'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_408> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_298'^^xsd:string;
  dwc:scientificName 'Nitzschia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149045'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_408'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149045'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_409> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_299'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_409'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_410> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_300'^^xsd:string;
  dwc:scientificName 'Nitzschia seriata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '156502'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_410'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_411> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_302'^^xsd:string;
  dwc:scientificName 'Peridinium divergens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '409695'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_411'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '110219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_412> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-65 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-65"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_301'^^xsd:string;
  dwc:scientificName 'Thalassiosira gracilis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '32'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-65'^^xsd:integer;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341367'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_412'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_413> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_304'^^xsd:string;
  dwc:scientificName 'Amphiprora kjellmanii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '163642'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_413'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '163644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_414> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_305'^^xsd:string;
  dwc:scientificName 'Asteromphalus heptactis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '162258'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_414'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '162258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_415> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_306'^^xsd:string;
  dwc:scientificName 'Biddulphia striolata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '627710'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_415'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '627710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_416> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_309'^^xsd:string;
  dwc:scientificName 'Chaetoceros criophilus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_416'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_417> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_307'^^xsd:string;
  dwc:scientificName 'Chaetoceros curvisetus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149221'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_417'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '149221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_418> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_308'^^xsd:string;
  dwc:scientificName 'Chaetoceros dichaeta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '178215'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_418'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '178215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_419> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_315'^^xsd:string;
  dwc:scientificName 'Fragilariopsis antarctica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '573471'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_419'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_420> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_360'^^xsd:string;
  dwc:scientificName 'Fragilariopsis curta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341554'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_420'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_421> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_361'^^xsd:string;
  dwc:scientificName 'Fragilariopsis obliquecostata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341557'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_421'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '341557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_422> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_362'^^xsd:string;
  dwc:scientificName 'Fragilariopsis rhombica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-64.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '341559'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_422'^^xsd:string;
  dwc:observationDate '1990-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '573457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4358__IBSS_ANT_SKIF_25_PHYTO_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/4358__IBSS_ANT_SKIF_25_PHYTO_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-66.5 75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-66.5"^^xsd:decimal ;
  dwc:decimalLongitude "75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "25"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4358__IBSS_ANT_SKIF_25_PHYTO_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_SKIF_25_PHYTO_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4358_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "29" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_SKIF_25_PHYTO'^^xsd:string;
  dwc:catalogNumber 'ANT_SKIF_25_PHYTO_133'^^xsd:string;
  dwc:scientificName 'Nitzschia closterium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:fieldNumber '29'^^xsd:integer;
  dwc:collector 'Dr. Yu. Bryantseva'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '75'^^xsd:integer;
  dwc:latitude '-66.5'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:preparationType 'Samples were concentrated by reverse filtration through nucleoporous - nuclear - filters with 1 µm size pores. Fixation - 40% formaldehid or glutar.'^^xsd:string;
  dwc:aphiaid '149610'^^xsd:integer;
  dwc:samplingEffort 'Cells/liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were taken by 7 L Niskin bathometer at standard depths: 0, 10, 25, 30, 50, and 100 m.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_SKIF_25_PHYTO_83'^^xsd:string;
  dwc:observationDate '1990-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '149610'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF