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

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_437'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_421'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_422> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-62.79"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_438'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_422'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_423> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_439'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_423'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_424> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_44'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_424'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_425> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_440'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_425'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_426> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_441'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_426'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_427> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-62.79"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_442'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_427'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_428> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_443'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_428'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_429> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_444'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_429'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_430> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_445'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_430'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_431> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_446'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_431'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_432> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_447'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_432'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_433> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_448'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_433'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_434> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_449'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_434'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_435> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-62.79"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_45'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_435'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_436> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_456'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_436'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_437> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_457'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_437'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_438> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_458'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_438'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_439> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-63.66"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_459'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_439'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_440> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_46'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_440'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_441> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_460'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_441'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_442> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  geo-pos:lat "-64.33"^^xsd:decimal ;
  geo-pos:long "-61.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_461'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_442'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_443> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_462'^^xsd:string;
  dwc:scientificName 'Codonellopsis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '204197'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_443'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '204197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_444> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_463'^^xsd:string;
  dwc:scientificName 'Codonellopsis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '204197'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_444'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '204197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_445> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_464'^^xsd:string;
  dwc:scientificName 'Bursaopsis bursa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '742560'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_445'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '742560'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_446> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_465'^^xsd:string;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '103357'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_446'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '103357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_447> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_466'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_447'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_448> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_467'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_448'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_449> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_468'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_449'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_450> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_469'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_450'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_451> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_47'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_451'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_452> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_470'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_452'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_453> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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 "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_471'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_453'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_454> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_472'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_454'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_455> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_473'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_455'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_456> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_474'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_456'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_457> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_475'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_457'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_458> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_48'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_458'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_459> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_480'^^xsd:string;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_459'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_460> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_481'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_460'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_461> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_482'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_461'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_462> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_483'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_462'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_463> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_484'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_463'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_464> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_485'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_464'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_465> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_486'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_465'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_466> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_487'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_466'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_467> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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 "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_488'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_467'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_468> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_489'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_468'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_469> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_49'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_469'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_470> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_490'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_470'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_471> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_491'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_471'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_472> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_492'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_472'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_473> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_493'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_473'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_474> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_494'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_474'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_475> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_495'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_475'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_476> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_496'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_476'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_477> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_497'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_477'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_478> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_498'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_478'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_479> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_499'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_479'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_480> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_5'^^xsd:string;
  dwc:scientificName 'Tintinnida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '425497'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_480'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '732976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_481> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_50'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_481'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_482> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_500'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_482'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_483> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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 "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_501'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_483'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_484> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_502'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_484'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_485> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_503'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_485'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_486> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_51'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_486'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_487> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_519'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_487'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_488> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_52'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_488'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_489> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_520'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_489'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_490> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_521'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_490'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_491> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_522'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_491'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_492> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_523'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_492'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_493> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_524'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_493'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_494> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_525'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_494'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_495> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_526'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_495'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_496> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_53'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_496'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_497> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters "13"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_54'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:maximumDepth '13'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_497'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_498> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_55'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_498'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_499> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_56'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_499'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_500> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_75'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_500'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_501> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_76'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14.5'^^xsd:double;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_501'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_502> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_77'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_502'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_503> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_78'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_503'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_504> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_79'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_504'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_505> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_8'^^xsd:string;
  dwc:scientificName 'Strombidium diversum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341706'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_505'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_506> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-63.66"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_80'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_506'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_507> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters "19"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_81'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:maximumDepth '19'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_507'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_508> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_82'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_508'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_509> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_83'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_509'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_510> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-63.66"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_84'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_510'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_511> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  geo-pos:lat "-63.67"^^xsd:decimal ;
  geo-pos:long "-62.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_85'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_511'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_512> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  geo-pos:lat "-63.67"^^xsd:decimal ;
  geo-pos:long "-62.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_86'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_512'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_513> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_87'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_513'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_514> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  geo-pos:lat "-63.67"^^xsd:decimal ;
  geo-pos:long "-62.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_88'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_514'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_515> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_89'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_515'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_516> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_9'^^xsd:string;
  dwc:scientificName 'Strombidium antarcticum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341705'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_516'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_517> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_90'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_517'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_518> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_91'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_518'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_519> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_92'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_519'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_520> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  geo-pos:lat "-64.33"^^xsd:decimal ;
  geo-pos:long "-61.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_93'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_520'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_521> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  geo-pos:lat "-64.33"^^xsd:decimal ;
  geo-pos:long "-61.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_94'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_521'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_522> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_95'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_522'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_523> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  geo-pos:lat "-64.33"^^xsd:decimal ;
  geo-pos:long "-61.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_96'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_523'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_524> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_97'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14.5'^^xsd:double;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/1.5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_524'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_525> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_98'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/4.5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_525'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_526> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_99'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/4.5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_526'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_338> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_353'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_338'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_339> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_354'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_339'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_340> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-62.79"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_355'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_340'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_341> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_365'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_341'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_342> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_366'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_342'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_343> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_367'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_343'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_344> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters "13"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_368'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:maximumDepth '13'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_344'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_345> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_369'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_345'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_346> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  geo-pos:lat "-62.8"^^xsd:decimal ;
  geo-pos:long "-60.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_37'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_346'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_347> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_370'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_347'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_348> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_371'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_348'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_349> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_372'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_349'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_350> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_373'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_350'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_351> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  geo-pos:lat "-63.31"^^xsd:decimal ;
  geo-pos:long "-59.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_374'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_351'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_352> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  geo-pos:lat "-62.99"^^xsd:decimal ;
  geo-pos:long "-62.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_375'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_352'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_353> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters "21"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_376'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:maximumDepth '21'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_353'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_354> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_377'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_354'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_355> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_378'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_355'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_356> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_379'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_356'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_357> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_38'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_357'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_358> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_380'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_358'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_359> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_381'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_359'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_360> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_382'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_360'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_383'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_361'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_362> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_384'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_362'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_363> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_385'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_363'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_364> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_386'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_364'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_365> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_387'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_365'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_388'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14.5'^^xsd:double;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_366'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_367> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_389'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_367'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_368> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_39'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_368'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_369> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_390'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_369'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_370> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_391'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_370'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_371> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-63.66"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_392'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_371'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_372> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "19"^^xsd:integer ;
  dwc:maximumDepthInMeters "19"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_393'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '19'^^xsd:integer;
  dwc:maximumDepth '19'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_372'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_373> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_394'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_373'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_374> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_395'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_374'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_375> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-63.66"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_396'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_375'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_376> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  geo-pos:lat "-63.67"^^xsd:decimal ;
  geo-pos:long "-62.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_397'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_376'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_377> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  geo-pos:lat "-63.67"^^xsd:decimal ;
  geo-pos:long "-62.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_398'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_377'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_378> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_399'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_378'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_379> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_4'^^xsd:string;
  dwc:scientificName 'Tintinnida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '425497'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_379'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '732976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_380> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_40'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_380'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_381> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  geo-pos:lat "-63.67"^^xsd:decimal ;
  geo-pos:long "-62.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_400'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_381'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_382> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_401'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_382'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_402'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_383'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_384> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_403'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_384'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_385> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_404'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_385'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_386> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  geo-pos:lat "-64.33"^^xsd:decimal ;
  geo-pos:long "-61.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_405'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_386'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_387> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_406'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_387'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_388> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_407'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_388'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_389> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_408'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_389'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_390> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_409'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_390'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_391> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-62.79"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_41'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_391'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_392> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-62.79"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_410'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_392'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_393> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_411'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_393'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_394> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_412'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_394'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_395> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_413'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_395'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_396> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_414'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_396'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_397> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_415'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_397'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_398> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_416'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_398'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_399> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_417'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_399'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_400> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_418'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_400'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_401> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_419'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_401'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_402> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_42'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_402'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_403> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_420'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_403'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_404> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-63.66"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_421'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_404'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_405> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_422'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_405'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_406> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_423'^^xsd:string;
  dwc:scientificName 'Codonellopsis gaussi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341658'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_406'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341658'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_407> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_424'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/4.5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_407'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_408> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_425'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/4.5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_408'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_409> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.25 -62.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.25"^^xsd:decimal ;
  dwc:decimalLongitude "-62.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.25 -62.75)"^^geo:wktLiteral ;
  geo-pos:lat "-64.25"^^xsd:decimal ;
  geo-pos:long "-62.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_426'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '17'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.75'^^xsd:double;
  dwc:latitude '-64.25'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_409'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_410> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.29"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_427'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '35'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-64.29'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_410'^^xsd:string;
  dwc:observationDate '2002-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_411> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.29"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-64.29"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_428'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '35'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-64.29'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_411'^^xsd:string;
  dwc:observationDate '2002-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_412> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  geo-pos:lat "-63.94"^^xsd:decimal ;
  geo-pos:long "-61.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_429'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_412'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_413> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_43'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_413'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_414> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_430'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_414'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_415> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_431'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_415'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_416> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_432'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_416'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_417> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_433'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_417'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_418> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_434'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_418'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_419> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-60.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_435'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_419'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_420> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  geo-pos:lat "-62.8"^^xsd:decimal ;
  geo-pos:long "-60.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_436'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_420'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_172> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  geo-pos:lat "-63.31"^^xsd:decimal ;
  geo-pos:long "-59.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_161'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_172'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_173> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  geo-pos:lat "-62.99"^^xsd:decimal ;
  geo-pos:long "-62.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_162'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_173'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_174> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_163'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_174'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_175> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_164'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_175'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_176> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  geo-pos:lat "-63.67"^^xsd:decimal ;
  geo-pos:long "-62.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_165'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_176'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_177> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_166'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_177'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_178> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-63.66"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_167'^^xsd:string;
  dwc:scientificName 'Metazoa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '2'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_178'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '2'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_179> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_168'^^xsd:string;
  dwc:scientificName 'Mesodinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:aphiaid '179320'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_179'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '179320'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_180> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-62.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_169'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_180'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_181> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-62.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_17'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_181'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_183> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_171'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_183'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_184> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_172'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_184'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_185> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-62.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_173'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_185'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_186> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_174'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_186'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_187> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_175'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_187'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_188> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-60.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_176'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_188'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_189> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_177'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_189'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_190> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-62.79"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_178'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_190'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_191> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_179'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_191'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_192> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.25 -62.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.25"^^xsd:decimal ;
  dwc:decimalLongitude "-62.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_18'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '17'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.75'^^xsd:double;
  dwc:latitude '-64.25'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_192'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_193> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_180'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_193'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_194> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_181'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_194'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_195> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_182'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_195'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_196> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.29"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-64.29"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_151'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '35'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-64.29'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_196'^^xsd:string;
  dwc:observationDate '2002-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_197> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  geo-pos:lat "-63.94"^^xsd:decimal ;
  geo-pos:long "-61.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_152'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_197'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_198> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_153'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_198'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_199> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_338'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_199'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_200> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_339'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_200'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_201> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-60.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_34'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_201'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_202> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_340'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_202'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_203> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_341'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_203'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_204> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_342'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_204'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_205> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_343'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_205'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_206> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_344'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_206'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_207> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_65'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_207'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_208> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_356'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_208'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_209> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_357'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_209'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_210> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_358'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_210'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_211> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-62.79"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_359'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_211'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_212> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-60.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_36'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_212'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_213> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_360'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_213'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_214> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_361'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_214'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_215> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_362'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_215'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_216> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_363'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_216'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_217> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_364'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_217'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_218> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_345'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_218'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_219> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_346'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_219'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_220> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_57'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_220'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_221> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  geo-pos:lat "-63.31"^^xsd:decimal ;
  geo-pos:long "-59.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_58'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_221'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_222> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_59'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_222'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_223> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  geo-pos:lat "-64.33"^^xsd:decimal ;
  geo-pos:long "-61.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_6'^^xsd:string;
  dwc:scientificName 'Tintinnida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '425497'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_223'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '732976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_224> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_60'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_224'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_225> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  geo-pos:lat "-63.31"^^xsd:decimal ;
  geo-pos:long "-59.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_61'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_225'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_226> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  geo-pos:lat "-62.99"^^xsd:decimal ;
  geo-pos:long "-62.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_62'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_226'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_227> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters "21"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_63'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:maximumDepth '21'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_227'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_228> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_64'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_228'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_229> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  geo-pos:lat "-62.99"^^xsd:decimal ;
  geo-pos:long "-62.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_66'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_229'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_230> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_67'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_230'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_231> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_68'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_231'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_232> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_69'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_232'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_233> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.29"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_7'^^xsd:string;
  dwc:scientificName 'Strombidium prorogatum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '35'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-64.29'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '742617'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_233'^^xsd:string;
  dwc:observationDate '2002-03-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_234> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_70'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_234'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_235> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_71'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_235'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_236> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_72'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_236'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_237> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_73'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_237'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_238> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_74'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_238'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_239> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_119'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_239'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_240> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_12'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/4.5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_240'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_241> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_120'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_241'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_242> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  geo-pos:lat "-63.31"^^xsd:decimal ;
  geo-pos:long "-59.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_121'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_242'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_243> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  geo-pos:lat "-62.99"^^xsd:decimal ;
  geo-pos:long "-62.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_122'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_243'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_244> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters "21"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_123'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:maximumDepth '21'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_244'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_245> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_305'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_245'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_246> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_306'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_246'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_247> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_307'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_247'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_248> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_308'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_248'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_249> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_309'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_249'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_250> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-63.66"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_310'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_250'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  geo-pos:lat "-63.67"^^xsd:decimal ;
  geo-pos:long "-62.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_311'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_251'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_252> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_312'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_252'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_253> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_313'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_253'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_254> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_217'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_254'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_255> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-63.66"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_218'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_255'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_256> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_219'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_256'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_257> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_22'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_257'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_220'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_258'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_259> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_221'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_259'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_260> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_222'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_260'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_261> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_223'^^xsd:string;
  dwc:scientificName 'Cymatocylis vanhoeffeni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341681'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_261'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341681'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_262> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_224'^^xsd:string;
  dwc:scientificName 'Cymatocylis labiosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '742557'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_262'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '742557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_263> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.29"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-64.29"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_225'^^xsd:string;
  dwc:scientificName 'Cymatocylis drygalskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '35'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-64.29'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341678'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_263'^^xsd:string;
  dwc:observationDate '2002-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '341678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_264> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_226'^^xsd:string;
  dwc:scientificName 'Cymatocylis drygalskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341678'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_264'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_227'^^xsd:string;
  dwc:scientificName 'Cymatocylis drygalskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341678'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_265'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_266> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_228'^^xsd:string;
  dwc:scientificName 'Cymatocylis drygalskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341678'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_266'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_267> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_229'^^xsd:string;
  dwc:scientificName 'Cymatocylis drygalskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '341678'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_267'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_268> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_23'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_268'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_269> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_230'^^xsd:string;
  dwc:scientificName 'Cymatocylis drygalskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341678'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_269'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_270> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  geo-pos:lat "-63.31"^^xsd:decimal ;
  geo-pos:long "-59.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_231'^^xsd:string;
  dwc:scientificName 'Cymatocylis drygalskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341678'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_270'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_271> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_232'^^xsd:string;
  dwc:scientificName 'Cymatocylis drygalskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '341678'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_271'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_272> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_233'^^xsd:string;
  dwc:scientificName 'Cymatocylis drygalskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341678'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_272'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_273> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_234'^^xsd:string;
  dwc:scientificName 'Cymatocylis drygalskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '341678'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_273'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_274> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_235'^^xsd:string;
  dwc:scientificName 'Cymatocylis drygalskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341678'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_274'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_275> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_236'^^xsd:string;
  dwc:scientificName 'Cymatocylis drygalskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '341678'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_275'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_276> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_237'^^xsd:string;
  dwc:scientificName 'Cymatocylis drygalskii'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341678'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_276'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_277> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_238'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/4.5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_277'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_278> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_239'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14.5'^^xsd:double;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_278'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_279> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  geo-pos:lat "-63.94"^^xsd:decimal ;
  geo-pos:long "-61.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_24'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_279'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_240'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_280'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_281> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_241'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_281'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_282> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-62.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_242'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_282'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_283> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.29"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_243'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '35'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-64.29'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_283'^^xsd:string;
  dwc:observationDate '2002-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.29"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-64.29"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_244'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '35'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-64.29'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_284'^^xsd:string;
  dwc:observationDate '2002-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_245'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_285'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_286> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_246'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_286'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_287> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_247'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_287'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_288> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_248'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_288'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_289> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-60.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_249'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_289'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_290> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_25'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_290'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_291> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_250'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_291'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_292> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_251'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_292'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_293> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_252'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_293'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_294> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_253'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_294'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_295> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_254'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_295'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_297> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_256'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_297'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_298> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_257'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_298'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_299> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  geo-pos:lat "-63.31"^^xsd:decimal ;
  geo-pos:long "-59.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_258'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_299'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_300> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  geo-pos:lat "-62.99"^^xsd:decimal ;
  geo-pos:long "-62.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_259'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_300'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_301> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_26'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_301'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_302> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_260'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_302'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_303> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_261'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_303'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_304> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_262'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_304'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_305> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_263'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_305'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_306> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-63.66"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_264'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_306'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_307> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_265'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_307'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_308> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-63.66"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_266'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_308'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_309> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  geo-pos:lat "-63.67"^^xsd:decimal ;
  geo-pos:long "-62.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_267'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_309'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_310> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters "13"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_273'^^xsd:string;
  dwc:scientificName 'Cymatocylis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:maximumDepth '13'^^xsd:integer;
  dwc:aphiaid '341296'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_310'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_311> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_274'^^xsd:string;
  dwc:scientificName 'Cymatocylis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14.5'^^xsd:double;
  dwc:aphiaid '341296'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_311'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_312> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_275'^^xsd:string;
  dwc:scientificName 'Cymatocylis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341296'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_312'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_313> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  geo-pos:lat "-63.67"^^xsd:decimal ;
  geo-pos:long "-62.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_276'^^xsd:string;
  dwc:scientificName 'Cymatocylis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341296'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_313'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_314> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_28'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_314'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_315> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_29'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_315'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_316> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_3'^^xsd:string;
  dwc:scientificName 'Tintinnida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '425497'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_316'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '732976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_317> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_30'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_317'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_318> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_31'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_318'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_319> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_32'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_319'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_320> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.29"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-64.29"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_328'^^xsd:string;
  dwc:scientificName 'Codonellopsis.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '35'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-64.29'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '204197'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_320'^^xsd:string;
  dwc:observationDate '2002-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '204197'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_321> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_329'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14.5'^^xsd:double;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/1.5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_321'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_322> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-60.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_33'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_322'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_323> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_330'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/4.5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_323'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_324> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_331'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/4.5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_324'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_325> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-62.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_332'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_325'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_326> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_333'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14.5'^^xsd:double;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_326'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_327> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_334'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_327'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_328> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.29"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_335'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '35'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-64.29'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_328'^^xsd:string;
  dwc:observationDate '2002-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_329> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.29"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-64.29"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_336'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '35'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-64.29'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_329'^^xsd:string;
  dwc:observationDate '2002-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_330> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  geo-pos:lat "-63.94"^^xsd:decimal ;
  geo-pos:long "-61.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_337'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_330'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_331> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-60.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_347'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_331'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_332> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-60.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_348'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_332'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_333> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-60.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_349'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_333'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_334> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-60.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_35'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_334'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_335> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-60.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_350'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_335'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_336> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  geo-pos:lat "-62.8"^^xsd:decimal ;
  geo-pos:long "-60.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_351'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_336'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_337> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_352'^^xsd:string;
  dwc:scientificName 'Codonellopsis glacialis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:aphiaid '341659'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_337'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_183'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_50'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  geo-pos:lat "-62.99"^^xsd:decimal ;
  geo-pos:long "-62.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_184'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_51'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  geo-pos:lat "-62.99"^^xsd:decimal ;
  geo-pos:long "-62.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_185'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_52'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_11'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/4.5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_45'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-62.79"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_110'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_46'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_188'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_55'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_189'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_56'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.29"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_19'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '35'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-64.29'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_57'^^xsd:string;
  dwc:observationDate '2002-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_190'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_58'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_191'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_59'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_192'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_60'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_477'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_15'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_478'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_16'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_479'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_17'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.25 -62.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.25"^^xsd:decimal ;
  dwc:decimalLongitude "-62.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 "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_504'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '17'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.75'^^xsd:double;
  dwc:latitude '-64.25'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_18'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_505'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_19'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_506'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_20'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_507'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_21'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_508'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_22'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_186'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_53'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_187'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_54'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_314'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_1'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  geo-pos:lat "-64.33"^^xsd:decimal ;
  geo-pos:long "-61.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_315'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_2'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  geo-pos:lat "-64.33"^^xsd:decimal ;
  geo-pos:long "-61.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_316'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_3'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_318'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_4'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_67>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-62.79"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_2'^^xsd:string;
  dwc:scientificName 'Tintinnida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '425497'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_67'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '732976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.29"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_20'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '35'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-64.29'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_68'^^xsd:string;
  dwc:observationDate '2002-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_321'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_7'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_322'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_8'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_323'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_9'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  geo-pos:lat "-63.31"^^xsd:decimal ;
  geo-pos:long "-59.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_324'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_10'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_325'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_11'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_326'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_12'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_509'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_23'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_510'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_24'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_511'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_25'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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 "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_512'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_26'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_513'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_27'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_514'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_28'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_515'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_29'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_516'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_30'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  geo-pos:lat "-63.94"^^xsd:decimal ;
  geo-pos:long "-61.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_319'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_5'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_320'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_6'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  geo-pos:lat "-64.33"^^xsd:decimal ;
  geo-pos:long "-61.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_327'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_13'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_476'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_14'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_104'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_39'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_105'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_40'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_106'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_41'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_107'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_42'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_108'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_43'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-60.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_109'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_44'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_200'^^xsd:string;
  dwc:scientificName 'Didinium gargantua'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:aphiaid '341712'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_69'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_201'^^xsd:string;
  dwc:scientificName 'Didinium gargantua'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '341712'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_70'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_202'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14.5'^^xsd:double;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_71'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.25 -62.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.25"^^xsd:decimal ;
  dwc:decimalLongitude "-62.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_203'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '17'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.75'^^xsd:double;
  dwc:latitude '-64.25'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_72'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.29 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.29"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "35" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_204'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '35'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-64.29'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_73'^^xsd:string;
  dwc:observationDate '2002-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_74>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_205'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_74'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_193'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_61'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_62>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  geo-pos:lat "-63.67"^^xsd:decimal ;
  geo-pos:long "-62.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_194'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_62'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_195'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_63'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_64>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_196'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_64'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_65>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  geo-pos:lat "-64.33"^^xsd:decimal ;
  geo-pos:long "-61.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_197'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_65'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_66>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  geo-pos:lat "-62.8"^^xsd:decimal ;
  geo-pos:long "-60.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_199'^^xsd:string;
  dwc:scientificName 'Didinium gargantua'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341712'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_66'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_517'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_31'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_518'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/m³'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_32'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_1'^^xsd:string;
  dwc:scientificName 'Tintinnida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '425497'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_33'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '732976'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_10'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14.5'^^xsd:double;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/1.5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_34'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_100'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_35'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-62.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_101'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_36'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_102'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_37'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_103'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_38'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_77>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_208'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_77'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_78>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_209'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_78'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_206'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_75'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_76>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_207'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_76'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_112'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_47'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_113'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_48'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_296> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_255'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_296'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_182> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_170'^^xsd:string;
  dwc:scientificName 'Laackmanniella naviculaefera'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14.5'^^xsd:double;
  dwc:aphiaid '341662'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_182'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '341662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_114'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_49'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_89>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_116'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_89'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters "13"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_117'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:maximumDepth '13'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_90'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_294'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_126'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "13"^^xsd:integer ;
  dwc:maximumDepthInMeters "13"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_295'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '13'^^xsd:integer;
  dwc:maximumDepth '13'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_127'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_296'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_128'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_297'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_129'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_298'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_130'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_299'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_131'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_300'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_132'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_147> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-63.66"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_136'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_147'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_137'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_148'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_149> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_138'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_149'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_150> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.66"^^xsd:decimal ;
  dwc:decimalLongitude "-61.34"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.66 -61.34)"^^geo:wktLiteral ;
  geo-pos:lat "-63.66"^^xsd:decimal ;
  geo-pos:long "-61.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_139'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '33'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.34'^^xsd:double;
  dwc:latitude '-63.66'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_150'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_151> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_14'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14.5'^^xsd:double;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_151'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  geo-pos:lat "-63.67"^^xsd:decimal ;
  geo-pos:long "-62.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_140'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_152'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_153> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  geo-pos:lat "-63.67"^^xsd:decimal ;
  geo-pos:long "-62.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_141'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_153'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "21"^^xsd:integer ;
  dwc:maximumDepthInMeters "21"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_451'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '21'^^xsd:integer;
  dwc:maximumDepth '21'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_105'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_452'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_106'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_453'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_107'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_454'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_108'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_455'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_109'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.76"^^xsd:decimal ;
  dwc:decimalLongitude "-60.39"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.76 -60.39)"^^geo:wktLiteral ;
  geo-pos:lat "-63.76"^^xsd:decimal ;
  geo-pos:long "-60.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_283'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '45'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.39'^^xsd:double;
  dwc:latitude '-63.76'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_110'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-60.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -60.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-60.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "47" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_284'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '47'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.32'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_111'^^xsd:string;
  dwc:observationDate '2002-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_285'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_112'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "12"^^xsd:integer ;
  dwc:maximumDepthInMeters "12"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_286'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '12'^^xsd:integer;
  dwc:maximumDepth '12'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_113'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_287'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_114'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_288'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_115'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-62.79"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_289'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_116'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_290'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_117'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-62.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_278'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_118'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.25 -62.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.25"^^xsd:decimal ;
  dwc:decimalLongitude "-62.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.25 -62.75)"^^geo:wktLiteral ;
  geo-pos:lat "-64.25"^^xsd:decimal ;
  geo-pos:long "-62.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_279'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '17'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.75'^^xsd:double;
  dwc:latitude '-64.25'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_119'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_280'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_120'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  geo-pos:lat "-63.94"^^xsd:decimal ;
  geo-pos:long "-61.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_281'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_121'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  geo-pos:lat "-63.56"^^xsd:decimal ;
  geo-pos:long "-60.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_282'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_122'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_291'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_123'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_292'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_124'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_293'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_125'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  geo-pos:lat "-62.99"^^xsd:decimal ;
  geo-pos:long "-62.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_301'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_133'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_302'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_134'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_303'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_135'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_304'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_136'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_127'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_137'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_128'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_138'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_129'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_139'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-62.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_13'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_140'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61.75)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_130'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '23'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.75'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_141'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_131'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_142'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_132'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '14'^^xsd:integer;
  dwc:maximumDepth '14.5'^^xsd:double;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_143'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_133'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_144'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_134'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_145'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_135'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_146'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_118'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_91'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_124'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_92'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_125'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_93'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_94>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  geo-pos:lat "-62.99"^^xsd:decimal ;
  geo-pos:long "-62.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_126'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_94'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_198'^^xsd:string;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_95'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.25 -62.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.25"^^xsd:decimal ;
  dwc:decimalLongitude "-62.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_317'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '17'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.75'^^xsd:double;
  dwc:latitude '-64.25'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_96'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_277'^^xsd:string;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_97'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_98>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_268'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_98'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_269'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_99'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.56 -60.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.56"^^xsd:decimal ;
  dwc:decimalLongitude "-60.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "44" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_27'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '44'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.77'^^xsd:double;
  dwc:latitude '-63.56'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_100'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_270'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_101'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  geo-pos:lat "-64.33"^^xsd:decimal ;
  geo-pos:long "-61.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_271'^^xsd:string;
  dwc:scientificName 'Cymatocylis convallaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341676'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_102'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '341676'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_272'^^xsd:string;
  dwc:scientificName 'Cymatocylis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341296'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_103'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '341296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  geo-pos:lat "-63.31"^^xsd:decimal ;
  geo-pos:long "-59.99"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_450'^^xsd:string;
  dwc:scientificName 'Codonellopsis balechi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341657'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_104'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_154> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.67 -62.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.67"^^xsd:decimal ;
  dwc:decimalLongitude "-62.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_142'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '19'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.33'^^xsd:double;
  dwc:latitude '-63.67'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_154'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_155> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_143'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_155'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_156> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  geo-pos:lat "-63.86"^^xsd:decimal ;
  geo-pos:long "-62.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_144'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '25'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_156'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_157> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.86 -62.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.86"^^xsd:decimal ;
  dwc:decimalLongitude "-62.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "42"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_145'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '25'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.09'^^xsd:double;
  dwc:latitude '-63.86'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '42'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_157'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_158> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  geo-pos:lat "-64.33"^^xsd:decimal ;
  geo-pos:long "-61.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_146'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_158'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_159> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.33 -61.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_147'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '26'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.78'^^xsd:double;
  dwc:latitude '-64.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_159'^^xsd:string;
  dwc:observationDate '2002-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_160> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_148'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/4.5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_160'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_161> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-62.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_149'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_161'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_162> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_15'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_162'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_163> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.25 -62.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-64.25"^^xsd:decimal ;
  dwc:decimalLongitude "-62.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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-64.25 -62.75)"^^geo:wktLiteral ;
  geo-pos:lat "-64.25"^^xsd:decimal ;
  geo-pos:long "-62.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_150'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '17'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.75'^^xsd:double;
  dwc:latitude '-64.25'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_163'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_164> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.8 -60.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.8"^^xsd:decimal ;
  dwc:decimalLongitude "-60.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_154'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '50'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.18'^^xsd:double;
  dwc:latitude '-62.8'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_164'^^xsd:string;
  dwc:observationDate '2002-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_165> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.79 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.79"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "80"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_155'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '40'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-62.79'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '80'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_165'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_166> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_156'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '50'^^xsd:integer;
  dwc:maximumDepth '50'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_166'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_167> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_157'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_167'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_168> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_158'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_168'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_169> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_159'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_169'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_170> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -62.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-62.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_16'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '14'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.65'^^xsd:double;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_170'^^xsd:string;
  dwc:observationDate '2002-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_171> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.33"^^xsd:decimal ;
  dwc:decimalLongitude "-61"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.33 -61)"^^geo:wktLiteral ;
  geo-pos:lat "-63.33"^^xsd:decimal ;
  geo-pos:long "-61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_160'^^xsd:string;
  dwc:scientificName 'Radiolaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '38'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61'^^xsd:integer;
  dwc:latitude '-63.33'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '196831'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_171'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '582421'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.94"^^xsd:decimal ;
  dwc:decimalLongitude "-61.03"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_79>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.94 -61.03)"^^geo:wktLiteral ;
  geo-pos:lat "-63.94"^^xsd:decimal ;
  geo-pos:long "-61.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "36" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_21'^^xsd:string;
  dwc:scientificName 'Strombidium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '36'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.03'^^xsd:double;
  dwc:latitude '-63.94'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '101195'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_79'^^xsd:string;
  dwc:observationDate '2002-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '101195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_80>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_210'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_80'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_211'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_81'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.31 -59.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.31"^^xsd:decimal ;
  dwc:decimalLongitude "-59.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "52" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_212'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '52'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-59.99'^^xsd:double;
  dwc:latitude '-63.31'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_82'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-62.99"^^xsd:decimal ;
  dwc:decimalLongitude "-62.25"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_83>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-62.99 -62.25)"^^geo:wktLiteral ;
  geo-pos:lat "-62.99"^^xsd:decimal ;
  geo-pos:long "-62.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_213'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '21'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-62.25'^^xsd:double;
  dwc:latitude '-62.99'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_83'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "70"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_214'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '70'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_84'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.13"^^xsd:decimal ;
  dwc:decimalLongitude "-61.67"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_85>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.13 -61.67)"^^geo:wktLiteral ;
  geo-pos:lat "-63.13"^^xsd:decimal ;
  geo-pos:long "-61.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_215'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '30'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.67'^^xsd:double;
  dwc:latitude '-63.13'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_85'^^xsd:string;
  dwc:observationDate '2002-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.61"^^xsd:decimal ;
  dwc:decimalLongitude "-61.66"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_86>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.61 -61.66)"^^geo:wktLiteral ;
  geo-pos:lat "-63.61"^^xsd:decimal ;
  geo-pos:long "-61.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_216'^^xsd:string;
  dwc:scientificName 'Didinium'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '28'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.66'^^xsd:double;
  dwc:latitude '-63.61'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '341301'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_86'^^xsd:string;
  dwc:observationDate '2002-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '341301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-60.59"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_87>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -60.59)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-60.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "42" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2017-08-04'^^xsd:date;
  dwc:institutionCode 'IBSS'^^xsd:string;
  dwc:collectionCode 'ANT_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_111'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '42'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-60.59'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_87'^^xsd:string;
  dwc:observationDate '2002-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4363__IBSS_ANT_KRENKEL_1_MZP_2002_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/4363__IBSS_ANT_KRENKEL_1_MZP_2002_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "-63.06"^^xsd:decimal ;
  dwc:decimalLongitude "-61.32"^^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/4363__IBSS_ANT_KRENKEL_1_MZP_2002_88>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (-63.06 -61.32)"^^geo:wktLiteral ;
  geo-pos:lat "-63.06"^^xsd:decimal ;
  geo-pos:long "-61.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4363__IBSS_ANT_KRENKEL_1_MZP_2002_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "IBSS_ANT_KRENKEL_1_MZP_2002_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4363_> ;
  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_KRENKEL_1_MZP_2002'^^xsd:string;
  dwc:catalogNumber 'ANT_KRENKEL_1_MZP_115'^^xsd:string;
  dwc:scientificName 'Salpingella'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'N. Gavrilova'^^xsd:string;
  dwc:fieldNumber '31'^^xsd:integer;
  dwc:collector 'N. Gavrilova'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Southern Ocean'^^xsd:string;
  dwc:longitude '-61.32'^^xsd:double;
  dwc:latitude '-63.06'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '183566'^^xsd:integer;
  dwc:samplingEffort 'Ind/5 liter'^^xsd:string;
  dwc:samplingProtocol 'Samples were collected from different depths within layer 0-100m by bathometer and bucket from the surface. Net samples were collected within layer 0-10m by Apshtein plankton net - mesh 55 um.'^^xsd:string;
  dwc:occurrenceId 'IBSS_ANT_KRENKEL_1_MZP_2002_88'^^xsd:string;
  dwc:observationDate '2002-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '183566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
# EOF